home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / zoetek / source / shckclck.dir / 00131_timer script.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  140 b   |  14 lines

  1. global smallnil, timeron
  2.  
  3. on enterFrame
  4.   checkMouse()
  5.   upkeep()
  6.   timer()
  7.   time(0)
  8.   updateStage()
  9. end
  10.  
  11. on exitFrame
  12.   go(the frame)
  13. end
  14.